"jamroom hosted server" in Forum Topics
Forum Topics
Publishing from development server to production server
04/03/14 01:15:56PM, by DannyA
If I want to make sure the same code runs on 2 different environments what files should be excluded when I publish so as to break the configuration? e.g. if i copy the code from my development server to my production environment, i should not copy over the data/config/config.php file because it will overwrite the configuration unique to the production server. What other files/folders are unique to an installation and should not be overwritten? the rest of the /data folder? htaccess files?
Conversion server
12/14/20 07:25:49PM, by DannyA
Is it possible to have a queue server on the same server as the main app and use a separate conversion server? I am trying to set it up, but it keeps trying to use a local conversion server.
Server migration
06/17/14 01:55:43PM, by blindmime
Is there a server migration guide. Wondering what I need to do to move a jr5 site from one server to another.
Dev Server
12/18/13 06:20:17AM, by nate
I have never set up a server before. Should I use Debian, Ubuntu or some other OS?
Server Move
04/22/20 12:45:56AM, by MetalScene
Hi there Having a small issue I moved a site to a new server and domain name. I have imported the DB moved the files and fixed the config.php i also made sure the .htaccess was there and all files. i get this error error: jrCore_checktype: unable to load checktype plugins
Development server
05/16/14 05:43:09AM, by chorton581
I would like to setup a new test server so i can create a new skin for my site. I would do this on digital ocean. Am i allowed to copy the modules i need over to the test environment while i do this? I am talking like audio, soundcloud and few other modules and a skin or two. This is all stuff i have purchased from my marketplace.
Server settings
10/14/15 10:21:33PM, by amwproductions
Hello now i have created the server How i can change settings?
Server Configuration Help
01/21/16 08:53:52PM, by serveion
hello i have install jamroom on my server, i have cpanel as a control panel - Server Info - Server CPU: Server RAM: 29.3GB - Performance Results - Processor: 1.87 Database: 78.44 Filesystem: 2.33 Total Score: 97 is a vps uses 8 cpu 30 gb of ram 1.8 sshd HHD there is anything the i need to configure in server side to give priority to make jamroom run faster? the more i config jamroom the slower it gets nothing else is installed on the server just jamroom. I found this looking...
AWS cloud server
05/23/16 07:48:43AM, by Marla
I have a client who wants his JR site to be have a AWS cloud server solution. What is that?
Cron server error
07/09/15 01:21:01PM, by DannyA
On the cron server, I have the ping to my worker configured. I have a gree light that it is active. And if I hit the url, I can see the response. However, the cron server gives the error: The Cron Worker is NOT running - Cron Jobs are not updating Additionally, nothing shows in the LAST RESPONSE column. I can't tell if its working or not. Also, not sure what "start cron worker" does.
Server Environment Variables
04/06/17 10:50:51AM, by SoftDesigns
On a Jamroom Premium Hosted Server: How to Set environment variables via: .htaccess -- Goal: have Apache set environment variables for use in our Smarty Templates, via a .htaccess file, using SetEnv. We assume these variables must start with 'HTTP_' for security purposes. -- Examples: -- SetEnv HTTP_MY_VAR "my value" SetEnv HTTP_MY_VAR myValue Then use $_SERVER to fetch it from custom Module or somehow from Smarty Template. $_SERVER['HTTP_MY_VAR'] -- FYI: On Azure - we can set these...